| example_accelerometer_interrupt.c | Configures accelerometer to generate an interrupt when motion is detected |
| example_basic_comms_coordinator_afzdo.c | Resets Radio, configures this device to be a Zigbee Coordinator, and displays any messages that are received. Uses the AF/ZDO interface |
| example_basic_comms_coordinator_sapi.c | Resets Radio, configures this device to be a Zigbee Coordinator, and displays any messages that are received. Uses the SIMPLE API |
| example_basic_comms_end_device_afzdo.c | Resets Radio, configures this device to be a Zigbee End Device, joins a network, then sends a message to the coordinator every few seconds. Sleeps inbetween transmissions |
| example_basic_comms_router_afzdo.c | Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends a message to the coordinator once per second. Uses the AF/ZDO interface. Pressing the button will display device information |
| example_basic_comms_router_sapi.c | Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends a message to the coordinator once per second. Uses the SIMPLE API |
| example_button_blink.c | Toggles LED0 when button pressed |
| example_get_mac_address.c | Resets Radio, gets MAC Address |
| example_get_znp_version.c | Resets Radio, gets ZNP version information using SYS_VERSION command and displays it |
| example_hello_world.c | Outputs "Hello World" to console and toggles LED1 approximately once per second |
| example_per_tester_coordinator_afzdo.c | Packet Error Rate Tester: configures this device to be a Zigbee Coordinator and displays how many messages were received. Uses the AF/ZDO interface |
| example_per_tester_router_afzdo.c | Packet Error Rate Tester: Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends 1000 messages to coordinator |
| example_polling_application_coordinator_afzdo.c | Resets Radio, configures this device to be a Zigbee Coordinator, and waits When button is pressed, sends a message to the end device. Demonstrates how end device automatically polls |
| example_read_accelerometer.c | Reads accelerometer values in the X-axis, Y-axis, and Z-axis and outputs to console regularly |
| example_read_light_sensor.c | Uses the MSP430's internal Analog to Digital Converter (ADC) to read the ambient light sensor value and supply voltage and outputs to console approximately once per second |
| example_read_nv_items.c | Resets Radio, reads out the contents of all non-volatile (NV) items and displays to console |
| example_read_radio_GPIO_pins.c | Resets Radio, configures the GPIO pins as inputs, then reads out the value of these pins to console once per second, between 0x00 (all low) to 0x0F (all high). To test, start this application then connect one or more GPIO pins to GND. You will see the value change accordingly |
| example_reset_radio.c | Resets Radio, parses message received and displays to console |
| example_rf_tester.c | Simple utility to configure the ZNP to output an RF test signal |
| example_secure_comms_coordinator_afzdo.c | Resets Radio, configures this device to be a Zigbee Coordinator, and displays any messages that are received. Uses the AF/ZDO interface |
| example_secure_comms_router_afzdo.c | Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends a message to the coordinator once per second. Uses the AF/ZDO interface |
| example_simple_application_coordinator_afzdo.c | Resets Radio, configures this device to be a Zigbee Coordinator, and displays any messages that are received. Uses the AF/ZDO interface |
| example_write_nv_items.c | Resets Radio, prompts the user for which NV item to write (1-6) and writes test data to that location |
| example_write_radio_GPIO_pins.c | Resets Radio, configures the GPIO pins as outputs, then toggles the GPIO pins once per second. To test, monitor GPIO pins with an oscilloscope |
| example_znp_spi_interface_mdb1.c | Single file example of how to interface with ZNP; hardware platform MDB-1 |
| znp_example_utils.c | Simple utilities for ZNP examples. It is recommended that you modify or replace these in a "real" application |
| znp_simple_app_utils.c | Utilities for ZNP simple application examples |
| znp_simple_app_utils.h | Public methods for znp_simple_app_utils.c |
| Messages/header.c | Common message header |
| Messages/header.h | Public methods for header.c |
| Messages/infoMessage.c | Message containing information about this device |
| Messages/infoMessage.h | Public methods for infoMessage.c |